ASP.NET Core MVC コントロールヘルプ
GroupBy メソッド (BaseCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス : GroupBy メソッド
A list of the property names for grouping.
Configurates C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list.
シンタックス
'宣言
 
Public Overridable Function GroupBy( _
   ByVal ParamArray names() As System.String _
) As TBuilder
public virtual TBuilder GroupBy( 
   params System.string[] names
)

パラメータ

names
A list of the property names for grouping.

戻り値の型

Current builder.
参照

BaseCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
BaseCollectionViewServiceBuilder<T,TControl,TBuilder> メンバ